CredUIParseUserName (credui)
Last changed: Juan Roman-65.218.234.35

.

Check out the formatting tips on the right for help formatting and making links.

Use the template below then delete this header:

Summary
TODO - a short description

C# Signature:

[DllImport("credui.dll", EntryPoint="CredUIParserUserNameW", CharSet = CharSet.Unicode)]
static CredUIReturnCodes CredUIParseUserName(
        string userName,
        StringBuilder user,
        int userMaxChars,
        StringBuilder domain,
        int domainMaxChars);

VB .NET Signature:

TODO

User-Defined Types:

CredUIReturnCodes

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

TODO

Documentation